Klasse DefaultColorProvider
java.lang.Object
com.inet.pdfc.print.DefaultColorProvider
- Alle implementierten Schnittstellen:
ColorProvider, Serializable
Provides the colors used by the Painter to paint the
Markers for the Difference Groups and their modifications.
- Seit:
- 4.1
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifikator und TypMethodeBeschreibung@Nonnull ColorVeraltet.@Nonnull ColorReturns the color used to mark elements for a given modification type.@Nonnull ColorVeraltet.As of i-net PDFC 25.10, use insteadgetOutlineColor(ModificationType)@Nonnull ColorReturns the outline color for the given modification type.
-
Konstruktordetails
-
DefaultColorProvider
public DefaultColorProvider()
-
-
Methodendetails
-
getMarkerColor
Veraltet.As of i-net PDFC 25.10, use insteadgetMarkerColor(ModificationType)Returns the color of the marker for a difference group of the given type- Angegeben von:
getMarkerColorin SchnittstelleColorProvider- Parameter:
t- the type of the difference group- Gibt zurück:
- the color of the marker for a difference group, should not be null
- Seit:
- 3.20
-
getOutlineColor
Veraltet.As of i-net PDFC 25.10, use insteadgetOutlineColor(ModificationType)Returns the color to mark the difference elements inside a difference group of the given type- Angegeben von:
getOutlineColorin SchnittstelleColorProvider- Parameter:
t- the type of the difference group- Gibt zurück:
- the color to mark the difference elements, should not be null
- Seit:
- 3.20
-
getOutlineColor
Returns the outline color for the given modification type.- Angegeben von:
getOutlineColorin SchnittstelleColorProvider- Parameter:
t- the modification type for which the outline color is requested- Gibt zurück:
- the outline color for the specified modification type, must not be null
- Seit:
- 25.10
-
getMarkerColor
Returns the color used to mark elements for a given modification type.- Angegeben von:
getMarkerColorin SchnittstelleColorProvider- Parameter:
t- the modification type for which the marker color is requested- Gibt zurück:
- the color for marking elements of the specified modification type, must not be null
- Seit:
- 25.10
-
getMarkerColor(ModificationType)